Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: handle remaining translations #2478

Merged
merged 2 commits into from
Sep 24, 2024
Merged

feat: handle remaining translations #2478

merged 2 commits into from
Sep 24, 2024

Conversation

flagrede
Copy link
Collaborator

Description

Handle remaining translations.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • provided a link to the relevant issue or specification
  • provided instructions on how to test
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

How to test

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items
.

I have...

  • confirmed all author checklist items have been addressed
  • reviewed code correctness and readability
  • verified React components follow DRY principles
  • reviewed documentation is accurate
  • reviewed tests
  • manually tested (if applicable)

Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for regen-website ready!

Name Link
🔨 Latest commit 1e568b5
🔍 Latest deploy log https://app.netlify.com/sites/regen-website/deploys/66f2c4c8d9aaac0007b739b1
😎 Deploy Preview https://deploy-preview-2478--regen-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@blushi blushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pre-approving just a couple comments

@@ -4,19 +4,37 @@ import { OrderSummaryImage } from './OrderSummaryCard.Image';
import { OrderSummaryProps } from './OrderSummaryCard.types';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm actually moving this component to web-marketplace in another PR that hasn't been merged yet, but if that's too much work to revert the changes here, all good, I'll deal with the conflicts

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, well, reverting this file would also revert some others. I think applying these changes to the moved file might be easier. Let me know if you need any help with that.

@@ -12,4 +14,6 @@ export const bottomTextMapping = {
countryLabel: 'Country',
stateLabel: 'State / Region',
postalCodeLabel: 'Postal Code',
locationStatePlaceholderLabel: 'State / Region',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the difference between this and stateLabel?

Copy link
Collaborator Author

@flagrede flagrede Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mock is incorrect; it should be Please choose a state, I'll update it thanks.

@flagrede flagrede merged commit 7679e9d into dev Sep 24, 2024
14 checks passed
@flagrede flagrede deleted the feat-translate-remaining branch September 24, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants